libxl: set domain scheduling parameters while creating the domU
authorDieter Bloms <dieter@bloms.de>
Wed, 25 Apr 2012 10:38:26 +0000 (11:38 +0100)
committerDieter Bloms <dieter@bloms.de>
Wed, 25 Apr 2012 10:38:26 +0000 (11:38 +0100)
commitd9abcb8495b2d481611f8d47b45680e5d9984a33
tree1a9735d5773e2a492ce3ec6d098e6aab21258e61
parent8396671c939c3e42e8e96dda19800f8dcad20b65
libxl: set domain scheduling parameters while creating the domU

the domain specific scheduling parameters like cpu_weight, cap, slice, ...
will be set during creating the domain, so this parameters can be defined
in the domain config file

[ Improved the documentation wording slightly. -iwj ]

Signed-off-by: Dieter Bloms <dieter@bloms.de>
Acked-by: Ian Campbell <Ian.Campbell@citrix.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
docs/man/xl.cfg.pod.5
tools/libxl/libxl_dom.c
tools/libxl/libxl_internal.h
tools/libxl/libxl_types.idl
tools/libxl/xl_cmdimpl.c